Manifests.io

Easy to use kubernetes documentation

WorkerPool.spec.pod.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution

If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to an update), the system may or may not try to eventually evict the pod from its node.

Description
nodeSelectorTerms 🔗
WorkerPoolSpecPodAffinityNodeaffinityRequiredduringschedulingignoredduringexecutionNodeselectorterms[] *

Required. A list of node selector terms. The terms are ORed.

See an issue here?